All Questions
Tagged with implementationsarchitecture
3 questions
0votes
2answers
95views
How to implement an app with an actions toolbar?
Say I am creating an app which contains selectable components and a toolbar/action bar. Some tools work on selected components only, some work on all components together. Pretty standard stuff. I can ...
1vote
1answer
138views
Can a class represent two implementations?
I'm unsure about several things: I have a class that implements a NotificationDispatcher interface. This class I named WhatsappNotificationDispatcher, another implementation goes by ...
3votes
5answers
2kviews
Thoughts on web development architecture through integrating C++ in the future to a web application
I'm looking to build a website (it's actually going to be a commercial startup) I saw this question and it really shed some light on a few things that I was hoping to understand (kudos to the op). ...